/* CSS Document */
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-size: 16px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
select,
img {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:focus {
	outline: none;
}

a:hover {
	color: #ae0b2a;
}

img {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(165, 165, 165, 0.2);
}

li {
	list-style-type: none;
}

select {
	vertical-align: middle;
	/* -moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none; */
}

input {
	outline:none; 
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}


.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0px;
	visibility: hidden;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

/**初始化结?***/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.icon-list {
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: url("/jxc/style_2023/img/icon-grey.jpg") center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header {
	width: 100%;
	min-width: 1400px;
	height: 120px;
	position: relative;
}
.header::before, .header::after {
	content: '';
	display: block;
	width: 840px;
	height: 100%;
	position: absolute;
	bottom: 0;
	background-size: 100% 100%;
    background-repeat: no-repeat;
	z-index: -10;
}
.header::before {
	
	left: 0;
	background-image: url(/_upload/tpl/00/20/32/template32/htmlRes/style_res/header-bcg2.jpg);
    
}

.header::after {
	right: 0;
	background-image: url(/_upload/tpl/00/20/32/template32/htmlRes/style_res/header-bcg1.jpg);
}
.header .logo {
	float: left;
}
.header .logo img {
	margin: 20px 0;
    width: 580px;
}

.header .contact {
	margin-top: 30px;
	margin-bottom: 6px;
	text-align: center;
	color: #93060a;
}



.header .contact a {
	display: inline-block;
	padding: 6px 8px;
	color: #fff;
	background-color: rgba(147, 6, 10, 0.8);
	border-radius: 6px;
}

.header .contact a+a {
	margin-left: 20px;
}

/* 搜索? */
.searchBox {
	margin-top: 12px;
	position: relative
}

.searchBox .navbar-form {
	/* height: 50px; */
	border-radius: 16px;
	border: 1px solid #c30000;

}

.searchBox .navbar-form input {
	margin: 0;
	padding: 10px 28px 9px 10px;
	width: 180px;
	border: 0 none;
	background: #FFF;
	color: #222;
	box-shadow: none;
	border-radius: 16px;
	box-sizing: content-box;
}

.searchBox .navbar-form button {
	position: absolute;
	right: 8px;
	top: 6px;
	width: 20px;
	height: 20px;
	line-height: 34px;
	vertical-align: middle;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
	background: url("/_upload/tpl/00/20/32/template32/htmlRes/style_res/search-icon.png") no-repeat;
}

.nav {
	width: 100%;
	min-width: 1400px;
	background: #93060a;
}

.nav-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.nav-main>li {
	position: relative;
	line-height: 60px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.nav-main li a {
	display: block;
	color: #fff;
	height: 60px;
	width: 100%;
	font-size: 20px;
}

.nav-main>li:hover {
	/* color: #bb2323; */
	background-color: #c30000;
}

.nav-main .submenu {
	display: none;
	min-width: 204px;
	background: rgba(238,238,238, 0.7);
	color: #333;
	border-left: 14px solid #93060a;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 10;
}

.nav-main .submenu .third {
	display: none;
	min-width: 160px;
	background: rgba(238,238,238, 0.9);
	color: #333;
	/* border-left: 3px solid #93060a; */
	z-index: 11;
	
}


.nav-main .submenu a {
	color: #333;
	font-size: 17px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.nav-main .submenu a:hover {
	color: #bb2323;
	background: rgba(238,238,238, 1);
	text-decoration: underline;
}
.nav-main .submenu>li {
	position: relative;
}

.nav-main .submenu .third {
	position: absolute;
	top: 0;
	left: 190px;
}

.nav-main .submenu .small-size {
	font-size: 14px;
}

.banner1 {
	width: 100%;
	min-width: 1400px;
	height: 480px;
	margin: 0 auto;
}
.banner3 {
	min-width: 1400px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;

}
.swiper-pagination .swiper-pagination-bullet {
	opacity: .8;
	background: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #bb2323;
	opacity: .8;
}


.title-center {
	text-align: center;
	font-size: 25px;
	color: #cb0327;
	margin-bottom: 20px;
	font-weight: bold;
}

.main-title {
	padding: 10px 0;
	
	margin-bottom: 19px;
}

.main-title h4 {
	position: relative;
	font-size: 20px;
	color: #cb0327;
	float: left;
}

.main-title h4::after {
	position: absolute;
	width: 79px;
	height: 2px;
	content: "";
	background: #cb0327;
	bottom: -12px;
	left: 0;
}

.title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.title-wrap::after {
	content: ' ';
    display: block;
    position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: #f2f2f2;
	z-index: -10;
}
.title-wrap .title-item{
	font-size: 24px;
    font-weight: bold;
    padding: 0 24px;
    line-height: 50px;
    cursor: pointer;
	position: relative;
}

.title-wrap .on {

	border-bottom: 4px solid #93060a;
	color: #93060a;
}

.title-wrap .on::before, .title-wrap .on::after {
	content: ' ';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 4px;
    border-style: solid;
    border-color: #93060a;
}

.title-wrap .on::before {
	border-top-color: transparent;
    border-left-color: transparent;
    right: 50%;
    bottom: 0;
}

.title-wrap .on::after {
	border-top-color: transparent;
    border-right-color: transparent;
    left: 50%;
    bottom: 0;
}

.title-wrap .disable{
	cursor: default;
    margin: 0px;
    padding: 0px 12px;
	/* border-bottom: 3px solid #93060a; */
	background-color: #93060a;
	color: #fff;
}

.title-wrap .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
    line-height: 50px;
}

.main-content .article-list {
	float: left;
	margin-left: 20px;
	width: 420px;
}

.main1 {
	padding-top: 30px;
	margin-bottom: 30px
}

.main1-left {
	width: 36%;
	float: left;
}

.main1-right {
	width: 62%;
	margin-left: 24px;
	float: right;
}

.main1-more {
	width: 420px;
	margin: 0px auto;
}

.main1-bcg {
	min-width: 1400px;
	background-image: url(/_upload/tpl/00/20/32/template32/htmlRes/style_res/bcg1.jpg);
    background-size: 100% 800px;
    background-repeat: no-repeat;
}

.main2-left {
	width: 48%;
	float: left;
}

.main2-right {
	width: 48%;
	float: right;
}

.article-list {
	min-width: 100%; position:relative;
}

.article-list li {
	/* padding: 4px 0; */
	font-size: 18px;
	position: relative;
	border-bottom: 1px dashed #ccc;
	width: 868px;
}

.article-list li a:hover {
	/* text-decoration: underline;
	color: #bb2323; */
	background: #bb2323;
    color: #fff;
    line-height: 52px;
	height: 52px;
}

.article-list li a:hover .time {
	color: #fff;
}

.article-list li a {
	display: inline-block;
	line-height: 48px;
	height: 48px;
	width: 100%;
}

.article-list li .title {
	display: inline-block;
	width: 760px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-list li .time {
	position: absolute;
	right: 0;
	color: #a9a9a9;
}

/* 文章列表-块状形式 */
.article-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
    margin-bottom: 10px;
    min-width: 100%;


}
.article-block .item {
	width: 49%;
	
}
.article-block .item:nth-child(even) .item-wrap {
	margin-left: 30px;
}
.article-block .item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;

	background: #fff;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow:0 0 10px #a1a1a1;
	-o-box-shadow:0 0 10px #a1a1a1;
	-moz-box-shadow:0 0 10px #a1a1a1;
    margin-top: 20px;
    padding: 8px 15px;
	align-items: center;
}
.article-block .item-date {
	width: 20%;
	color: #93060a;
	text-align: center;
	border-right: 1px solid #93060a;
}
.article-block .item-date .day {
	font-size: 21px;
}
.article-block .item-date .year {
	font-size: 17px;
}

.article-block .item-title {
	width: 80%;
    padding-left: 25px;
    line-height: 72px;
    color: #393939;
	font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
}

.service-list {
	display: flex;
	min-width: 100%;
	padding-left: 10px;
}

.service-list li {
	width: 17%;
	background: #fff;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow:0 0 10px #a1a1a1;
	-o-box-shadow:0 0 10px #a1a1a1;
	-moz-box-shadow:0 0 10px #a1a1a1;
	border-radius: 12px;
	
	margin: 10px 0;
}
.service-list li+li {
	margin-left: 46px;
}
.service-list li a{
	display: block;
	font-size: 18px;
    text-align: center;
	padding: 10px;
	border-radius: 12px;

}
.service-list li a .small{
	font-size: 14px;
}
.service-list li .text {
	color: #93060a;
}

.service-list li a:hover {
	font-size: 19px;
	background-color: #bb2323;
	color: #fff;
}
.service-list li a:hover .text {
	color: #fff;
}

.service-list li .icon {
	display: inline-block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.MMi1 {
	background-image: url("/_upload/tpl/00/20/32/template32/htmlRes/icon-rl.png");
}
.MMi2 {
	background-image: url("/_upload/tpl/00/20/32/template32/htmlRes/icon-time.png") ;
}
.MMi3 {
	background-image: url("/_upload/tpl/00/20/32/template32/htmlRes/icon-map.png");
}
.MMi5 {
	background-image: url("/_upload/tpl/00/20/32/template32/htmlRes/icon-lw.png");
}
.MMi4 {
	background-image: url("/_upload/tpl/00/20/32/template32/htmlRes/icon-jw.png");
}

.service-list li a:hover .MMi1 {
	background-image: url("style_res//_upload/tpl/00/20/32/template32/htmlRes/icon-rl.png");
}

.service-list li a:hover .MMi2 {
	background-image: url("style_res//_upload/tpl/00/20/32/template32/htmlRes/icon-time.png");
}
.service-list li a:hover .MMi3 {
	background-image: url("style_res//_upload/tpl/00/20/32/template32/htmlRes/icon-map.png");
}
.service-list li a:hover  .MMi5 {
	background-image: url("style_res//_upload/tpl/00/20/32/template32/htmlRes/icon-lw.png");
}
.service-list li a:hover .MMi4 {
	background-image: url("style_res//_upload/tpl/00/20/32/template32/htmlRes/icon-jw.png");
}

.yqlink-list {
	min-width: 100%;
	display: flex;
	margin-left: 30px;
}

.yqlink-list li a {
	font-size: 17px;
}
.yqlink-list li+li {
	margin-left: 78px;
}

.calendar {
	position: relative;
	background-color: #fff;
}
.calendar::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 29%;
	width: 220px;
	height: 360px;
	background-image: url(/_upload/tpl/00/20/32/template32/htmlRes/style_res/bcg2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.calendar .title .operate-area .goto-today {
	z-index: 10;
}


/* 文章列表-图文形式 */
.article-pic {
	display: flex;
	flex-wrap: wrap;
}
.article-pic .item {
	width: 25%;
    height: 285px;
    position: relative;
    margin-top: 20px;
}
.article-pic .item .item-wrap {
	margin-left: 20px;
}
.article-pic .item:nth-child(4n+1) .item-wrap {
	margin-left: 0;
}
.article-pic .item:hover .title {
	text-decoration: underline;
}
.article-pic .item-wrap {
	display: block;
	height: 100%;
    background-color: #f4f4f4;
}
.article-pic .item-wrap img {
	width: 100%;
    height: 218px;
}
.article-pic .item-wrap .desc {
	color: #000;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.article-pic .item-wrap .title {
	font-size: 17px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-pic .item-wrap .date {
	font-size: 15px;
    color: #a3a3a3;
	margin-top: 4px;
}

.bottom-block {
    /* width:1400px; */
	width: 100%;
	margin: 0 auto;
	height: 500px;
	overflow: hidden; 
    background: url("/_upload/tpl/00/20/32/template32/htmlRes/style_res/bottom-bg.png") no-repeat bottom;
    background-size:cover;
}
.bottom-block-wrap {
	overflow: hidden;
}
.tab-block {
	overflow: hidden;
	position: relative;
}
.tab-panes {
    display: flex;
	transition: all .5s;
}

.bar-list {
	width: 100%;
}

.bar-list ul {
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #e9e8eb;
	border-top: 0 none;
	padding: 0;
}

.bar-list ul li {
	position: relative;
	padding: 10px 19px 10px 70px;
	border-top: 1px solid #e9e8eb;
	font-size: 14px;
}

.bar-list ul li a {
	display: block;
	padding-left: 10px;
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显? */
	-webkit-box-orient: vertical;
	/* 设置或检索伸缩盒对象的子元素的排列方? */
	/* -webkit-line-clamp: 2; */
	/* 2行，只有 webkit内核支持 */
	/* word-break: break-all; */
	/* 纯英文换? */
	overflow: hidden;
	height: 70px;
}

.bar-list ul li a:hover {
	/* text-decoration: underline; */
	color: #bb2323;
}

.bar-list ul li .right-con h4 {
	font-size: 15px;
	margin-bottom: 10px;
}

.bar-list ul li a:hover .time {
	color: #fff;
	background: #bb2323;
}

.bar-list ul li .time {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	/* height: 40px; */
	color: #bb2323;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 10px 4px;
}

.bar-list ul li .time .year {
	margin-bottom: 6px;
}

.link-list {
	margin-bottom: 10px;
}

.link-list li {
	float: left;
}

.link-list li a:hover {
	color: #bb2323;
}

.link-list li+li {
	margin-left: 30px;
}

.footer {
    position: relative;
    padding-top: 30px;
    color: #cca3a4;
    background: #9e1517;
	min-width: 1400px;
}
.footer .content {
	width: 1400px;
	margin:  0 auto;
}
.footer .content.first {
    padding-bottom: 42px;
    color: #fff;
}
.footer .content.last {
    height: 69px;
    line-height: 69px;
}
.footer .content.last p {
    margin: 0;
}
.footer .content.last .copy-right {
    padding-right: 3px;
    font-size: 14px;
}
.footer .content .footer-item {
    margin: 0;
}
.secitem {
	padding-top: 43px;
}
.footer .content .footer-item .title {
    font-size: 18px;
	margin: 10px 0;
}
.footer .content .footer-item a, .footer .content .footer-item span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}
.footer .content .footer-item a {
    text-decoration: none;
}
.footer .content .footer-item .qrcode {
    text-align: center;
}
.footer .content .footer-item .qrcode p {
    margin: 0;
    padding-top: 20px;
}
.footer .hr {
    border-top: 1px solid #aa3637;
}
.dewen-icon, .gongan-icon {
    display: inline-block;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("/_upload/tpl/00/20/32/template32/htmlRes/style_res/dewen-icon.png") no-repeat;
}
.gongan-icon {
    margin-left: 10px;
    background: url("/_upload/tpl/00/20/32/template32/htmlRes/style_res/gongan-icon.png") no-repeat;
}
.footer .content.last.mobile {
    display: none;
}
.footer .footer-theme-slogan1, .footer .footer-theme-slogan2 {
    display: none;
}

.pr58 {
	
}
.pr50 {
	padding-right: 300px;
}
.pl28 {
	padding-left: 28px;
}

/* footer结束 */






/*------------二级、三级页 容器样式------------*/
.container {
	width: 1400px;
	height: auto;
	margin: 0 auto;
}
.list-wrap {
	display: flex;
}

.list-container {
	flex: 1;
	padding: 15px 0px;
	overflow: hidden;
	justify-content: space-between;
}

/* .list-container>div {
	float: left;
} */


/*------------二级页左侧样?------------*/

/* .list-left {
	width: 300px;
	padding: 5px 10px;
	overflow: hidden;
	justify-content: space-between;
} */

.list-left-title {
	position: relative;
	width: 100%;
	height: 62px;
	text-align: center;
	background: #bb2323;
}

.list-left-title span {
	line-height: 62px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
}

.list-left-content {
	position: relative;
	width: 298px;
	border: 1px solid #d0d0d0;
	padding: 10px 0px;
	text-align: left;
}

.list-left-content ul li {
	margin: 10px;
}

.list-left-content ul li a {
	width: 238px;
	display: block;
	padding-left: 40px;
	line-height: 40px;
	font-size: 18px;
	vertical-align: middle;
	background: #E5E5E5;
	color: #333;
}

.list-left-content ul li a:hover {
	background: #6e6e6e;
	text-decoration: none;
	color: #f8eeee;
}

/* ==== */
.leftmenu {
	width: 20%;
    margin-right: 60px;
    margin-top: -20px;
	z-index: 10;
}
.leftmenu .leftmenu-top-tit{
	font-size: 20px;
	background: #93060a;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 12px 10px 12px 30px;
    font-weight: bold;
}
.leftmenu .leftmenu-top ul {
	font-size: 16px;
	line-height: 50px;
	
}
.leftmenu .leftmenu-top ul li {
	background: rgba(238,238,238, 0.7);

}
.leftmenu .leftmenu-top ul li a {
	display: block;
	height: 50px;
	color: #333;
	font-size: 18px;
	padding-left: 30px;
	border-bottom: 1px solid #fff;
}
.leftmenu .leftmenu-top ul li a:hover {
	color: #b38f6b;
	background: #eee;
}



/*------------二级页右侧样式?三级页样式------------*/

.list-right {
	position: relative;
	width: 850px;
	padding: 5px 10px;
	overflow: hidden;
	justify-content: space-between;
}

/* 当前位置、内容容器样? */
.list-path {
	height: 20px;
	padding: 18px 20px;
	font-size: 17px;
	border-bottom: 1px solid #E1E1E1;
    background: #F9F9F9;
}

.list-path>span,
.list-right-path>span {
	color: #666;
}

.list-path>span>a,
.list-right-path>span>a {
	color: #666;
}

.list-right-path {
	width: 810px;
	height: 20px;
	padding: 12px 20px;
	font-size: 17px;
	background-color: #bb2323;
}

.list-right-content {
	width: 848px;
	/* min-height: 550px; */
	color: #4c4c4c;
	border: 1px solid #d0d0d0;
	padding: 20px 0px;
}

.list-content {
	min-height: 300px;
	color: #4c4c4c;
	padding: 20px 12px;
}


/*------------ 二级、三级页内容样式 ---------*/

/*------------ 列表? ---------*/
/*列表*/
.list {
	position: relative;
	/* width: 800px; */
	min-height: 550px;
	margin: 0 auto;
}

.list>li {
	position: relative;
	line-height: 42px;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px dashed #bbb;
}

/*列表-日期*/
.list>li>span:first-child+a+span {
	position: absolute;
	right: 20px;
	margin-left: 50px;
	color: #666;
	font-size: 14px;
}

/*------------ 文章样式 ---------*/

/* 正文标题内容 */
.list-content-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}

.list-content-title>div {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	padding: 10px 0;
	margin: 0 auto;
}

/* 正文文章标题 */
.content-title {
	width: 100%;
	font-size: 22px;
	color: #4c4c4c;
	border-bottom: 1px solid #dd983d;
	margin-bottom: 6px;
	font-family: 'NSimSun', 'SimSun', 'STSong';
	font-weight: 700;
    line-height: 1.3!important;
    font-size:36px!important;
    margin-bottom: 20px;
    font-family: SourceHanSerifCN-Bold !important;
}

/* 正文创建时间 */
.content-time {
	font-size: 14px;
	width: 100%;
	color: #666;
	background: rgb(235, 235, 235);
}


/* 正文 文章 */
.list-content-context {
	font-size: 15px;
	line-height: 2.7rem;
	padding: 20px 30px;
}

.list-content-context>p,
.list-content-folder>p {
	text-indent: 2rem;
}

.align-l {
	text-align: left;
}

.align-r {
	text-align: right;
}



  @media screen and (max-width: 1366px) {
	.banner1 {
		height: 300px;
	}

  } 
 
.more-1 {position:absolute;right:0;top: -67px;font-size: 18px;} 
.lbyy { min-height:400px; padding-bottom:50px;} 
.wp_articlecontent img { max-width:100% !important; width:auto;} 
.list-path a { color:#333 !important;} 
.i3 .submenu a { font-size:14px;} 
.i8 .third a {font-size:14px;}
.TTi5 {font-size: 14px;} 
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.list-path a { color:#333 !important;} 
 
 
 .topnav {
	position: relative;
	height: 45px;
	line-height: 45px;
	background: #e4e4e4;
	border-bottom: 1px solid #e6e6df;
	z-index: 3;
	color: #4e4e4e;
}
.topnav, .slideBox2, .main1, .footer, .footer2 {
	min-width: 1200px;
}
.topnav .tinylogo {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.topnav .slogan {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -70px;
}
.topnav-right-mobile {
	display: none;
}
.topnav-right .topnav-item {
	float: right;
	line-height: 45px;
}
.topnav-item span a {
	color: #8b6833;
	color: #4e4e4e;
	padding-right: 4px;
}
.topnav-right .topnav-item.first span {
	padding-right: 4px;
	border-right: 1px solid #cfc4b0;
}
.topnav .brand, .logonav .brand {
	float: left;
    display: none;

}
span.l2 {
    border-right: 1px solid #1e1e1d;
    padding-right: 10px;
    margin-right: 10px;
}
 
 .wp_articlecontent p {
    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;
}
.wp_articlecontent span{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
.wp_articlecontent font{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
 

html.webplus-main p.floatl.pr58 {
    width: 400px;
}